runtime.sudog.c (field)

17 uses

	runtime (current package)
		chan.go#L270: 	mysg.c = c
		chan.go#L301: 	mysg.c = nil
		chan.go#L648: 	mysg.c = c
		chan.go#L680: 	mysg.c = nil
		proc.go#L515: 	if s.c != nil {
		runtime2.go#L370: 	c        *hchan // channel
		select.go#L86: 		if sg.c != lastc && lastc != nil {
		select.go#L95: 		lastc = sg.c
		select.go#L328: 		sg.c = c
		select.go#L372: 		sg1.c = nil
		stack.go#L796: 		p := uintptr(sg.elem) + uintptr(sg.c.elemsize)
		stack.go#L815: 		if sg.c != lastc {
		stack.go#L825: 			lockWithRank(&sg.c.lock, lockRankHchanLeaf)
		stack.go#L827: 		lastc = sg.c
		stack.go#L847: 		if sg.c != lastc {
		stack.go#L848: 			unlock(&sg.c.lock)
		stack.go#L850: 		lastc = sg.c